clarify ManualEventAgent usage

Andrew Cantino 9 years ago
parent
commit
5fa1824866
1 changed files with 4 additions and 1 deletions
  1. 4 1
      app/models/agents/manual_event_agent.rb

+ 4 - 1
app/models/agents/manual_event_agent.rb

@@ -5,6 +5,9 @@ module Agents
5 5
 
6 6
     description <<-MD
7 7
       The Manual Event Agent is used to manually create Events for testing or other purposes.
8
+
9
+      Do not set options for this Agent.  Instead, connect it to other Agents and create Events
10
+      using the UI provided on this Agent's Summary page.
8 11
     MD
9 12
 
10 13
     event_description "User determined"
@@ -29,4 +32,4 @@ module Agents
29 32
     def validate_options
30 33
     end
31 34
   end
32
-end
35
+end